ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLColumn Class / Clone Method / Clone(XLCell[]) Method
The array of the cells for the current instance.

In This Topic
    Clone(XLCell[]) Method
    In This Topic
    Creates a new XLColumn object that is a copy of the current instance.
    Syntax
    'Declaration
     
    Public Overloads Function Clone( _
       ByRef cells() As XLCell _
    ) As XLColumn
    public XLColumn Clone( 
       out XLCell[] cells
    )

    Parameters

    cells
    The array of the cells for the current instance.

    Return Value

    A new XLColumn object that is a copy of the current instance.
    See Also